home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Scope / Scope Disk #060 (199x)(Scope PD)(US)[WB].zip / Scope Disk #060 (199x)(Scope PD)(US)[WB].adf / Noah / Part2 < prev    next >
Text File  |  1989-03-04  |  30KB  |  587 lines

  1.   So let's begin:
  2.  
  3.   Well, I'd love to assume since you've got this file that you've got a
  4. modem..and since you've got a modem you no doubt have downloaded files
  5. before so you have Pkax and perhaps Arc, and from that I can infer you have
  6. Show and Less and probably Conman and Mackie, and thus PrefCh and Select...
  7. but I won't.  You actually COULD be sitting there with the thing barely
  8. hooked together, boxes still scattered around, you've read the "manual" (I
  9. REALLY hesitate to use the word) a few times, maybe hauled up the Notepad
  10. and wondered why, or rather, how the book could not be giving you the right
  11. directions.  Maybe you've actually typed DIR in a CLI window only to be
  12. confused by a bunch of gibberish rolling by on the screen.  And you're still
  13. puzzled about them using icons from religion, menus from a restaurant,
  14. projects from the garage, the Notepad off your desk and tools from the..
  15. workbench.  It's called "Par for the course" in one language, "Welcome to the
  16. club!" in another.  And then you get handed THIS by a friend.  
  17.  
  18.                                        *
  19.  
  20.   Well, the bad news is that you still have to learn the manual.  I'm only
  21. going to fill in stuff that they left out, or worded is such a way that they
  22. might as well as left it out.  No offense to Commodore meant here; computer
  23. manuals are notorious for being poorly written.  Somebody'll come along any
  24. minute now and tell me this one's one of the all-time greats.
  25.  
  26.   So, one of the first things we need is a stripped-down version of Work-
  27. bench 1.2.  This will be a good chance to go through the various directories
  28. and make a few odd mentions.  Rename this disk BlankBench, watch that byte
  29. gauge and hold on.
  30.  
  31.  
  32.   First, some basic definitions to make sure we're on the same page:
  33.  
  34.       directory -  Just like a drawer of a file cabinet, it holds stuff.
  35.  
  36.       drawer   -   Workbench name for a directory. Basically a drawer is
  37.                    a directory with an icon.
  38.  
  39.       file     -   Just a general term for anything that has bytes.
  40.  
  41.       program  -   A file that actually does something, like the Clock.
  42.  
  43.       command  -   A CLI instruction to do something to/for/with a file.
  44.  
  45.       tool     -   In general, any program.  Specifically, a program that
  46.                    performs a certain, individual task, such as the IconEd.
  47.  
  48.       project  -   A file that needs a tool to run it, like a Notepad note
  49.                    needs Notepad (the tool) to be displayed.
  50.  
  51.       textfile -   A text document like this one that you Type.
  52.  
  53.       scriptfile - A text file full of CLI commands that you Execute.  Also
  54.                    called a Batch file 'cause it batches commands together,
  55.                    as well as a Command Sequence file, but that doesn't
  56.                    count 'cause it's two words.
  57.  
  58.       format   -   If I say something like "look in the Tool Types box for
  59.                    the correct format" I mean to check out exactly how the
  60.                    command or whatever is laid out; spaces, quote marks,
  61.                    capitals, etc.
  62.  
  63.       Format   -   The command in the System directory.  Called Initialize
  64.                    by the Workbench, although no one knows why.
  65.  
  66.       Info     -   There are two Infos, you'll use them both.  One's in the
  67.                    c directory with the rest of the commands, the other's
  68.                    from activating a program's icon and using the Workbench
  69.                    Info menu.  You'll do a lot with this window.
  70.  
  71.       .info    -   Tagged on the end of a file name (tool, icon, disk, etc)
  72.                    means it's that file's icon.  An icon is how you run
  73.                    a program from the Workbench; it doesn't need to be there
  74.                    for the program to run.  Just type "clock" and up pops
  75.                    the clock, "bypassing", as it were, the icon.  There
  76.                    will be programs you always run through the CLI and
  77.                    you'll delete the .info file (the icon).  Other programs,
  78.                    mainly ones you download, you'll have to borrow or make
  79.                    an icon for because they were too cheap to include one.
  80.  
  81.                    If you see JUST a ".info" when you Dir a directory, that's
  82.                    the drawer's "file marker" or something.  Type "Dir Ram:"
  83.                    and it should be empty.  Double-click the Ram icon to
  84.                    open the window.  Close the window and Dir Ram: again.
  85.                    You'll see ".info" listed, the (newly-created) window's
  86.                    small claim to existence.
  87.  
  88.                                        *
  89.  
  90.   Basic assumptions:
  91.  
  92.    - You're using a backup copy of Workbench.  I'm going to tell you to
  93. (gasp!) delete some stuff to make a little room, but don't worry, it's all
  94. faithfully there on your master.  Actually, you're supposed to have a master
  95. backup of the master, even, so you never have to touch the original.  Again,
  96. in theory, this holds true for EVERY good master disk you have; Bench, Paint,
  97. Processor, game, you name it.  They're only a couple of bucks apiece.  Can
  98. you see any OTHER part of your system that's that cheap?  Live it up, buy
  99. lots and lots of disks.  Put a master backup set of all the really good
  100. stuff in a closet somewhere away from the computer. I like the Sony 2DD
  101. disks; they're reliable, have colored labels, and, best of all, the labels
  102. actually peel off months down the road and don't leave all this crap behind.
  103. That kind of engineering marvel is enough to sell me on a product any day.
  104.  
  105.    - Whenever I give a command to type in a CLI window, I'll put it in
  106. quotes.  There are very few times that you actually use quotes ANYwhere
  107. so I don't think we'll run into any confusion.  If I list out a string of
  108. CLI commands, like so, I won't use quotes:
  109.  
  110.                              Dir df0:devs
  111.                              Delete Trashcan.info
  112.                              Run Clock
  113.  
  114.  
  115.    - When I capitalize the word "Type", it's the CLI command to type a docu-
  116. ment, or, more properly, a textfile.
  117.  
  118.                                     *
  119.  
  120.  
  121. The original Workbench disk 1.2:
  122.  
  123. Demos:
  124.   I've seen all kinds of "graphic hacks" now, and I rate these a "C-".  Look
  125. at them, gawk in awe if you must, then delete the whole thing.  You can
  126. either activate the Demos drawer icon then Discard with the Workbench menu,
  127. or type in the CLI "Delete demos all".  Watch the little bar graph drop down
  128. a notch or two.  Ah-h-h...elbow room.  You also type "Delete Demos.info" to
  129. get rid of the needless drawer icon if you're using the CLI.
  130.  
  131. Expansion:
  132.   Blow that guy right out of the water.  You won't need it until you get a
  133. hard drive and even then you won't want the drawer's icon hangin' around.
  134. The hard drive looks in the Expansion directory for its driver (a small file)
  135. but the Expansion.info file, the icon, is a separate thing and doesn't need
  136. to be there.
  137.  
  138. Empty:
  139.   You can keep it around for now; it's harmless and useful to make new
  140. drawers with.  When you activate it then Duplicate it, it actually
  141. duplicates both files for you; the Empty directory and the Empty.info file,
  142. the icon.  If you Dir in the CLI you'll see Copy Of Empty (dir) and down
  143. below the Copy Of Empty.info file.
  144.  
  145. Trashcan:
  146.   The general reason this doesn't have a place on the Workbench is
  147. this:  Workbench is already jammed to the teeth, byte-wise, so if we've got
  148. something we just kind of want to let hang around awhile before we decide
  149. whether or not to dump it, we don't want it hogging up byte space.  It's
  150. much more practical to simply store it on a separate disk named "Misc"
  151. or something.  We won't delete friendly ol' Trashcan (there are lots of neat
  152. trashcan icons out there), we just won't use it.  Sorry!
  153.  
  154. Preferences:
  155.   Rename this puppy "Prefs" so you won't have to type out "p-r-e-f-e-r-e-n-
  156. c-e-s" every time you want to open it.  The book covers Prefs pretty well.
  157. When you Save in Prefs it saves the current screen/pointer/printer info to a
  158. tiny file called "system-configuration" in the devs directory.  Make note of
  159. the difference between the SAVE and USE functions.  When you get the program
  160. PrefCh you'll only use the USE box.
  161.  
  162. Utilities:
  163.   This drawer might be more appropriately named "Tools", although either's
  164. fine.  You can also use "Utils" if you like.  In it we find a couple of
  165. general tools, the Notepad and the Calculator.  Notepad is only an example
  166. of a word processor; they make no claim to the contrary.  ProWrite, the real
  167. word processor program, is made up of 143,624 bytes, whereas humble little
  168. Notepad is a paltry 54,548.  You can use it to play around with, and I could
  169. spend a page on Notepad alone, but it would be a waste of both our times as
  170. you're definitely eventually going to buy a regular program like ProWrite if
  171. you're into writing at all.  We don't want it on this particular disk so
  172. activate the icon and sayonara.
  173.  
  174.   What I will say about the Notepad is this:  If you want more than one font
  175. in a document you have to have FLAGS=noglobal in the Info window's Tool
  176. Types.  Also, check out a Notepad note's Info window for the layout of
  177. the font and window size formats in the Tool Types box.
  178.  
  179.   The Calculator is pretty straightforward if you've read the manual.  It
  180. uses the "mathieeedoubbas.library" in the libs directory.  We'll keep it
  181. around for now unless you know you don't want it, in which case...pow!
  182.  
  183. System:
  184.   This drawer should be named "Misc", or "Catch-all" or "WhoKnows?", the
  185. stuff they've got in here.  The IconEd is just another tool, so, with both
  186. the Utilities window and the System windows open, grab the IconEd icon with
  187. the left mouse button, swing it over to the Utilities window and drop it in.
  188. Do the same with GraphicDump and CLI.  System means system, like the whole
  189. deal, not just some isolated tool.  I suppose the CLI would technically
  190. belong in the System drawer, but for now let's just treat it like another
  191. tool.  
  192.  
  193.   The manual covers nice ol' IconEd surprisingly in depth.  The only thing
  194. that took me a bit to catch onto was:  Let's say you have a neat icon, but
  195. it's a Project icon and you want it to be for some utility/program/tool (the
  196. words all kind of blend together after a while...) and you need the icon to
  197. be a Tool icon.  To see what type of icon it is, you activate it and pull
  198. down the Info menu, right?  In order for the Info window to work an icon
  199. MUST have an accompanying file, be it a tool, textfile or whatever.  So if
  200. you had a lone icon and wanted to see its Info, you'd have to use Ed to
  201. creat a text file with the icon's name (without the .info) first.  The file
  202. doesn't have to say anything, there just has to be something there to back
  203. up the icon.
  204.  
  205.   So you fire up IconEd and Load up a tool icon, any one will do.  Now move
  206. to the next editing window and Load your neat project icon.  Go back to the
  207. first window, erase the sucker (Undo Frame), bring the good icon over (From
  208. Frame), Save as you will and there it is.  It's a tool icon because you
  209. saved through the window you loaded up that original tool icon in.  No prob.
  210.  
  211.   Well...actually, yes, problem if you're having trouble with the Load and
  212. Save business; spelling out the correct name to load an icon, looking
  213. through various drawers for ones you've saved, but don't know where...
  214. This little problem is called Paths and we'll get to it soon enough.
  215.  
  216.   GraphicDump works fine and doesn't need any further documentation.  You
  217. won't use it after you get IFFEncode or Snapshot off a BBS.  You don't have
  218. to jot the names down, there's a list later on.  There's no need for it on
  219. this bench so give it the axe.
  220.  
  221.   Say is defintely a kick.  The pitch controls, etc, are fun but remember
  222. you also have to enter the pitch when you change the voice to have effect.
  223. Experiment with different settings.
  224.  
  225.          example: -r-p85
  226.  
  227.          default:  p=110
  228.                    s=150
  229.  
  230.          I like: -p110-s120
  231.  
  232.   I've decided Say has a Canadian accent, possible Western Quebec.  GREAT
  233. phonetic practice is to make Say pronounce Spanish words.  It's tough but
  234. can be done quite well.  Future project:  Make up about a hundred Say
  235. windows ready to say all kinds of things, hook up the audio output to the
  236. phone line somehow and CALL somebody!  Ha!  For now, give Say the heave-ho.
  237.  
  238.   CLI opens up a new CLI window.  There's a similar command in the c
  239. directory called, oddly enough, "NewCLI".  Type NewCLI in a CLI window and
  240. you've got another.  I'm putting all these commands, etc, in capital letters
  241. for your benefit, remember.  DOS doesn't give a hoot.
  242.  
  243.   Diskcopy is just that.  Workbench proceedure is to pick up the FROM disk
  244. with the mouse and drop it onto the TO disk, and Diskcopy does the rest.
  245. It will go bye-bye after you get MarauderII, a much-needed disk-copying
  246. program.  As far as store-bought software goes, MarauderII is first on
  247. the list, followed closely by FaccII.  MarauderII, besides allowing you
  248. to make copies of most of your copy-protected disks, has an extremely impor-
  249. tant diskcopy Verification feature.  We'll always use it for important disks.
  250.  
  251.   Format will be much-used, but not from an icon.  You'll usually type
  252. in Format and the name of the drive the disk to be formatted is in.  You,
  253. the budding Amigalite, don't want a stupid Trashcan on your clean disk as
  254. the Workbench's Initialize command demands on giving you, so the CLI allows
  255. you to format the disk clean.  Handy little fella!
  256.  
  257.                      Format drive df1: name Empty noicons
  258.  
  259.   Format is VERY particular as to corrent usage, so write it down.  As a
  260. rule you usually format in drive df1, just to keep it away from Workbench.
  261. Don't want any nasty accidents!  The name is up to you but you have to have
  262. the word "name" there in the command.  To be technical, the subcommand
  263. "noicons" should actually read "notrash", as it's really keeping the
  264. Trashcan directory from being created, with, of course, its humble icon.  I
  265. don't want to "be technical" in this tutorial, but there are definitely some
  266. things we want to pay attention to.  When and where directories are being
  267. created is one of them.  Especially, ahem, without our permission.
  268.  
  269.   InitPrinter:  Don't have the slightest idea what it is and have never seen
  270. any documentation on it.  All I know is my printer hates it.  Send it to the
  271. great Byte God in the Sky.  If your printer doesn't work, THEN try it.
  272.  
  273.   NoFastMem is a seldom-used command, but keep it around.  Of the multitudes
  274. of progs, hacks and games I've run this last year, I have found exactly ONE
  275. program that used it, and it wasn't even documented, I discovered it by
  276. accident.  If, or should I say, because you have a meg of Ram, the first Ram
  277. to be used up is FastMem, the expansion pack.  It was only when I had a
  278. bunch of stuff up on the screen and a bunch of stuff stored in Ram that
  279. this certain program suddenly ran much faster.  I made some room in Ram
  280. and sure enough the program was "slow" again.  Having never had the chance/
  281. opportunity/need to use NoFastMem, it took me a little while to figure out
  282. what was going on and try it out.  Which brings us to...
  283.  
  284.   SlowMemLast, which I never HAVE used.  We automatically, as far as I know,
  285. use our FastMem first, which, unless I've misplaced my physics book, means
  286. that SlowMem would come after, or "last".  Good-bye.
  287.  
  288.   SetMap you definitely can bomb.  Way way down the road on a rainy wintery
  289. day you can dust it off and try to make it do something besides goof up
  290. your keyboard.  Don't, however, delete it until you've erased the SetMap
  291. command from the startup-sequence.  More on that later.
  292.  
  293.   If there's nothing left if the System drawer you need an icon for (you
  294. don't need it for NoFastMem, Diskcopy and Format), you can clean things up a
  295. bit with "Delete System.info", which will erase the System's drawer icon.
  296. The System directory will still be there, just not cluttering up our Bench
  297. with a useless icon.
  298.  
  299.   Well, okay, if you really want to keep it, go ahead.
  300.  
  301.                                        *
  302.  
  303.   I love icons, by the way, have tons in storage.  If you want to keep the
  304. icon around just for fun, but want the disk space from the program back, re-
  305. member just use the CLI and Delete the program file, but not the .info file.
  306.  
  307.                                        *
  308.  
  309.   Those are the directories that have/had icons attached.  We'll make a small
  310. sidetrip experiment for a while and then come back to the Workbench and take
  311. a good look (haul out that eraser!) at the files in the other directories.
  312.  
  313.  
  314.   Okay..feeling brave?  We're going to take a tiny, hesitant step into the
  315. dreaded Interlace land..
  316.  
  317.   Few dare to tread there!  Few have survived to tell the tale...
  318.  
  319.   Turn down the lights and close the curtains.
  320.  
  321.   Pop open the Prefs (if you haven't renamed it "Prefs" by now, don't blame
  322. me), activate the Interlace box and Save that rascal.  Now don't be
  323. scared..the first time I did this it only cost me $179 in the shop, a
  324. stiff warning from the store owner not to do it again and an afternoon in
  325. court due to the ensuing litigation from Commodore.  Ready?
  326.  
  327.   Okay, upon re-booting open the Bench window and see what you think.
  328. Looks like hell, doesn't it?  Open the Prefs and adjust the Bench colors
  329. with the color slide gadgets.  They go from 0 to 15, with 0 being at the far
  330. left.  Click in the slide box to move the pointers one at a time, move them
  331. so they read:
  332.        blue - 0    white - 6    black - 0    gold - 7
  333.               0            7            0           5
  334.               6            7            0           0
  335.  
  336.  
  337.   Amazing, eh?  #2's obviously the main reason for the Interlace jitter.
  338. Not fiddling with the colors is the main reason most people think Interlace is
  339. for the birds..they just boot it up, go "Yecch!", and that's that.  The main
  340. reason you don't see it in the stores is because of the bright lighting.
  341. This is obviously a low light, non-glare situation.  I ran #1 at 0,0,6
  342. for a long time but recently moved it down to 0,0,5.  The perfect Prefs
  343. setting just kind of evolves as you do.  Okay, now for the fun:  Pop open a
  344. few windows, your Directory Utility if you've got one, hey, twice the screen
  345. size!  Room!!  The Interlace mode, fairly unique, compliments of Commodore.
  346.  
  347.   If you've got bad eyes even the toned-down Pref colors may not be
  348. acceptable, in which case I'd suggest you start saving your money and look
  349. around for a high-persistance monitor that'll suit your needs.
  350.  
  351.   So now that we've got some room, drag the Workbench down to the bottom
  352. half of the screen and open up a nice big CLI window in the upper half.
  353.  
  354.   Type "Dir devs opt a".  You'll see the keymaps (dir) and the files
  355. within, the printers (dir) and a bunch of printer drivers, the clipboards
  356. (dir) and nothing within (unless you used the Paste and Save features of the
  357. Notepad..this is where it saves them), a couple of misc devices, that
  358. little system-configuration (232 bytes) that Prefs saves, and the good ol'
  359. MountList, which you should Type just to see a classic example of computer-
  360. speak.  MountList is used in conjunction with the CLI command Mount for
  361. hard drives.
  362.  
  363.   Now, (heh heh heh..) for the deletion part.
  364.  
  365.   You don't need any of the keymaps, this isn't Sweden, so:
  366.  
  367.                         Delete devs/keymaps all
  368.  
  369.   and it's good-bye usefulllessness.  Don't miss them if you possibly can!
  370.  
  371.     Again, stick with me 'til we do the startup-sequence or there's gonna be
  372. problems.  SetMap looks for one of these keymaps.
  373.  
  374.   Next (wringing his sweaty hands..), the ("NO! NO!") printer drivers!  In
  375. my case I have an Epson EX-800 and the manual told me a JX-80 driver would
  376. do, so I kept that one and blew off the rest.  If you have a printer but
  377. haven't deleted the unnecessary drivers yet, it would probably be quicker
  378. just to "Delete Devs/Printers all" then "MakeDir Devs/Printers" then copy
  379. the driver over from the Workbench master.  Unless, of course, you have a
  380. Directory Utility.  For the rest of you lugs, just "Delete Devs/Printers
  381. all" and be done with it.
  382.  
  383.   We'll leave the Clipboards directory and device alone as other programs
  384. may want them.  If you'll never have a printer you can bomb the printer.de-
  385. vice.  Get rid of that terrible reminder of how much you DON'T know
  386. about computers by deleting the MountList and that's it for devs.
  387.  
  388.   Now "Dir l".  We won't touch any of this stuff.  A few programs down the
  389. road will kindly request we put some small handler file in our l directory.
  390. No problem, we're very generous and are glad to accomodate them.  As long as
  391. they keep under, sa-a-ay, a thousand bytes.  I run a subroutine called
  392. Conman which has a handler file of a whopping 184 bytes, but I, wishing to
  393. set a sterling example for all Amigakind, generously, no, benevolantly allow
  394. a file that size to clog up my heretofore unsullied l directory.
  395.  
  396.   Now it's lib's turn.  Maathieeedoubbas can go if you don't want the
  397. Calculator or simply can't pronounce it.
  398.  
  399.   The directory t is a backup for the Ed program.  That's why it takes Ed so
  400. long to write what seems like a relatively small text file, because it's
  401. writing it twice.  Just leave it be, somebody may want it.
  402.  
  403.   "Dir s" and there's our new buddy, the startup-sequence.  Delete the
  404. "startup-sequence.hd" to get rid of the suggested hard drive sequence.  It's
  405. really bad, by the way.  When you get a hard drive you'll look at this one,
  406. look at the manufacturer's suggested sequence, throw them both in the (real)
  407. trash and make your own like everybody else does.
  408.  
  409.   That's "everybody else" as in "Amiga owners", of course.  "Everybody else"
  410. as in "everybody else" means people who just turn a switch on.
  411.  
  412.   We'll play around with the start-seq in a few minutes.  By the way, the
  413. Clock is just another tool and can either be left where it is or dropped,
  414. literally, into the Utilities a.k.a. Tools drawer.
  415.  
  416.   There'll be times in the future when the tables turn and YOU'RE scratching
  417. for every last byte, and then you'll go back through these directories and
  418. blow away things like the translator.lib and the narrator.device, which Say-
  419. type programs look for, as well as lots of unnecessary c commands, etc.
  420.  
  421.   Now the Big Daddy of them all, the c directory:  Now unless you KNOW you
  422. need any of the following commands, in the CLI type:
  423.  
  424.                         Delete c/Ask
  425.                         Delete c/BindDrivers
  426.                         Delete c/ChangeTaskPri
  427.                         Delete c/DiskChange
  428.                         Delete c/Edit
  429.                         Delete c/FileNote
  430.                         Delete c/Join
  431.                         Delete c/Lab
  432.                         Delete c/Mount
  433.                         Delete c/Protect
  434.                         Delete c/Relabel
  435.                         Delete c/Search
  436.                         Delete c/SetDate
  437.                         Delete c/Skip
  438.                         Delete c/Sort
  439.  
  440.  
  441.   Having a good time?  The majority of those commands are advanced DOS
  442. commands which you might need as you progress in compuspeak.  They're
  443. right there, safely tucked away on the master disk for immediate copyage, so
  444. don't hesitate to wipe them out.  Again, make sure you don't re-boot until we
  445. streamline your st-seq or it'll look for BindDrivers and stop.
  446.  
  447.   So let's do it:  Type "Ed s/startup-sequence" and there it is.  See the
  448. Esc key on the upper left of your keyboard?  That's our main key for Ed
  449. commands.  The cursor moves with the arrow keys.  Move to the line that
  450. starts with "echo A500...", etc, hit the Esc key then the "d" key, then
  451. Return.  Goodby, advertisement!  Do the same thing to worthless-unless-you-
  452. have-a-hard-drive BindDrivers.
  453.  
  454.   Now just to briefly pre-explain this next bunch of gibberish, "sys:"
  455. is like df0:, df1: and ram: except it's kind of a wildcard.  The line
  456. could read "if exists df0:system", "df0" instead of "sys:", and it would
  457. also work perfectly.  Use df0 until you understand Sys a little better.
  458.  
  459.   Anyway, we KNOW the System directory is on df0, so we don't need all this
  460. yak.  And, may I remind you, the commands If and Endif have to be read off
  461. the disk, so it's basically time-consuming and well as needless.  The idea is
  462. to issue the command "Path System Add" if the System directory exists, which
  463. we know does.  The "Add" is also unnecessary so those six lines get con-
  464. densed to:
  465.  
  466.                         Path System
  467.                         Path Utilities
  468.  
  469.   The command Path can accept an extended string, so the final command
  470. ends up:
  471.  
  472.                         Path df0:System df0:Utilities
  473.  
  474.   Six lines down to one!  When we get done you'll want to time our new
  475. startup versus the master disk.
  476.  
  477.   Next is Dir Ram:, a classic case of somebody-not-meeting-with-somebody.
  478. Documented in some DOS book is the mention that the Ram dir is created
  479. automatically whenever you call attention to it for the first time, like
  480. with a Dir command...or a...Path.  And there it is right below, "Path Ram:",
  481. like that makes sense.  So move the cursor back up to the Path command and
  482. add "Ram:" after "df0:Utilities".  As far as my using the "df0:" there, I
  483. prefer to draw the whole path to it just so things are clear.  Blast that
  484. "Dir Ram" the hell out of there and take SetMap along with it.
  485.  
  486.   You'll use AddBuffers until you pick up a copy, oops, excuse me, dirty
  487. word, pick up your FaccII disk down at the store and get it going.  Briefly,
  488. when you run AddBuffers it takes storage out of Ram and allocates it for
  489. remembering the stuff that most recently took place.  Then it calls it out
  490. of memory instead of having to re-access the disk, MUCH quicker.  Using the
  491. Delete, backspace and arrow keys, change the 20 to 150 and delete all the
  492. rest of that crap.  If you have a meg of Ram, change it to 300 or
  493. something (it won't hurt anything) and have fun.  Make sure to leave that
  494. space after the colon before the number.  Be incredibly generous and give
  495. grateful little df1 50 or so.
  496.  
  497.   The bad news about AddBuffers, and why it's quickly going to end up on the
  498. scrap heap, is that it can't be "turned off" so you can get the Ram
  499. back.  FaccII is a sophisticated AddBuffers, complete with OFF switch.
  500. Compared to every other piece of good software you buy, it's about the least
  501. expensive at around $25-$30.  And by far and away the most-used, if not
  502. appreciated.  A great program.
  503.  
  504.   Next on the list is LoadWB, which is the one that makes all the racket
  505. as the disk icons are loaded.  As you may know, LoadWb isn't strickly
  506. necessary.  If you're running large animations, for instance, LoadWb isn't
  507. used.  In that case we'd need a different st-seq but fortunately there's a
  508. great program out there in BBS/FredFish land called Select that will allow
  509. us to CHOOSE our st-seq at the very beginning of boot-up.  Nice!
  510.  
  511.   You can blow Failat away.  We left it in the c directory out of the
  512. goodness of our hearts, and may use it some day, but not now.  Suffice to
  513. say if your SetClock needs Failat 30, your computer's broken.
  514.  
  515.   SetClock, perhaps amazingly, is fine just the way it is.  You can puzzle
  516. out the differnce between opt load and opt save on your own.
  517.  
  518.   Scratch Date, like, who needs it.  It just types out the date.
  519.  
  520.   Endcli > nil: is just fine too.  That > nil: directs the "CLI task ending"
  521. message EndCLI flashes to zeroland.  Same with the clock.  Note how the ">"
  522. is next to the nil: in SetClock but a space away from it in EndCLI.  It only
  523. shows that it doesn't matter.
  524.  
  525.   If and when you have problems with the st-seq, use the Echo command in
  526. front of every command to tell you what's coming next, so you'll be able to
  527. see where it fails.  Something like
  528.  
  529.                      Echo "Adding paths.."
  530.                      Path df0:System df0:Utilities Ram:
  531.                      Echo "Adding buffers.."
  532.                      AddBuffers df0: 150 df1: 50
  533.  
  534.  
  535.   So gee, uh, didn't leave much, did we?  Looks to me like we've got
  536.  
  537.                      Path df0:System df0:Utilities Ram:
  538.                      AddBuffers df0: 150 df1: 50
  539.                      LoadWb
  540.                      SetClock > nil: opt load
  541.                      EndCLI > nil:
  542.  
  543.  
  544.   Hate to say it, but that's all!  Hit Esc, then "x", then Return to save it.
  545.  
  546.                                        *
  547.  
  548.   Reboot this puppy and check that startup time.
  549.  
  550.   And the semi-amazing thing is that it's the exact same startup result we
  551. had at the beginning, except that now we're, hopefully, in Interlace
  552. mode.  We also, taking a glance at the "byte gauge", apparently have a
  553. little more disk space to work with.
  554.  
  555.   We're not keeping Notepad on this disk so:
  556.  
  557.                      Dir fonts opt a      ;to take a look, if you haven't
  558.                      Delete fonts all     ;watch the byte gauge on this one!
  559.                      MakeDir fonts
  560.  
  561.   Wild, eh?  It isn't that there's so many bytes involved, it's that
  562. whole bunch of subdirectories.  When a directory is created, a certain
  563. byteage is kind of "assumed" for that directory, hence all the disk space
  564. needed for a bunch of truly bite-sized fonts.  When you learn how to use the
  565. command Assign we'll get the space back AND save the fonts.  For now get
  566. rid of them.  If you're hooked on Notepad and want all the neat fonts, make
  567. yourself another copy of Workbench, call it NoteBench and use that disk
  568. for quote word-processing unquote.
  569.  
  570.   The font you see on the screen, like in a CLI window, is a default font
  571. residing deep in the darker recesses of the Amiga.  Like the t directory, we
  572. may not use the font directory but we want it there just in case some program
  573. comes along looking for it.  The font you see, by the way, can (naturally!)
  574. be changed with a BBS prog named NewFont.  I'll mention it later when I list
  575. out the BBS/FredFish programs you'll need.
  576.  
  577.                                        *
  578.  
  579.   Okay!  I'd say that's Step One; clearing some room on the Bench and
  580. straightening up the st-seq.  Make a master copy of this disk named
  581. BlankBench.  Whenever you make a master copy of something always boot it up
  582. just to make sure it works.  This is especially true if you don't have
  583. MarauderII yet.  Rename this disk Workbench and this is the one we'll use.
  584.  
  585.                                        *
  586.  
  587.